-
Home
-
Content Egg
-
8.0.0 (latest)
-
Code
-
Classes
- FormValidator
Total Complexity |
43 |
Dependencies |
0 |
Dependents |
0 |
Total lines |
419 |
Lines of code |
113 |
Logical lines of code |
42 |
Comment lines |
226 |
Methods |
23 |
Properties |
0 |
Methods 23
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
valid_url() |
S |
59 |
5 |
15 |
prep_url() |
S |
63 |
5 |
11 |
min_length() |
S |
62 |
3 |
11 |
max_length() |
S |
62 |
3 |
11 |
exact_length() |
S |
63 |
3 |
11 |
required() |
S |
77 |
2 |
3 |
greater_than() |
S |
78 |
2 |
3 |
is_natural_no_zero() |
S |
78 |
2 |
3 |
less_than_equal_to() |
S |
78 |
2 |
3 |
less_than() |
S |
78 |
2 |
3 |
greater_than_equal_to() |
S |
78 |
2 |
3 |
valid_base64() |
S |
78 |
1 |
3 |
is_natural() |
S |
79 |
1 |
3 |
numeric() |
S |
78 |
1 |
3 |
decimal() |
S |
78 |
1 |
3 |
integer() |
S |
78 |
1 |
3 |
regex_match() |
S |
78 |
1 |
3 |
alpha_dash() |
S |
78 |
1 |
3 |
alpha_numeric_spaces() |
S |
78 |
1 |
3 |
alpha_numeric() |
S |
79 |
1 |
3 |
alpha() |
S |
80 |
1 |
3 |
valid_email() |
S |
78 |
1 |
3 |
encode_php_tags() |
S |
77 |
1 |
3 |